home *** CD-ROM | disk | FTP | other *** search
/ Gold Medal Software 2 / Gold Medal Software Volume 2 (Gold Medal) (1994).iso / comms / gt1800_1.arj / LOGON.SCR < prev    next >
Text File  |  1991-09-24  |  370b  |  21 lines

  1. clear
  2. writeln "CONNECT with '" %name "'"
  3. quiet off
  4. alarm
  5. quiet on
  6. twait 1500
  7. clear
  8. when "More?" then "y|"
  9. wait for "[y/n]"
  10. when "More?"
  11. sendln "y"
  12. wait for "name:"
  13. sendln "Paul"
  14. sendln "Meiners"
  15. sendln "y"
  16. function immediate "%P|"
  17. when "More?"            then "n|"
  18. when "bulletin number:" then "|"
  19. when "tinue:"           then "|"
  20. wait for "help):"
  21.